home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Examples / AppKit / Draw / Rectangle.h < prev    next >
Encoding:
Text File  |  1992-02-10  |  118 b   |  10 lines

  1. @interface Rectangle : Graphic
  2.  
  3. /* Methods overridden from superclass */
  4.  
  5. - (float)naturalAspectRatio;
  6. - draw;
  7.  
  8. @end
  9.  
  10.